We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21126a3 commit 3bbe90fCopy full SHA for 3bbe90f
t/t2813-flux-watch.t
@@ -130,4 +130,11 @@ test_expect_success 'flux-watch: --filter works' '
130
test_debug "cat failed.out" &&
131
grep "Watching ${nfailed} job" failed.out
132
'
133
+test_expect_success 'flux-watch: handles binary data' '
134
+ id=$(flux submit dd if=/dev/urandom count=1) &&
135
+ test_debug "flux job eventlog -p guest.output -HL $id" &&
136
+ flux job attach $id >binary.expected &&
137
+ flux watch $id >binary.output &&
138
+ test_cmp binary.expected binary.output
139
+'
140
test_done
0 commit comments