summaryrefslogtreecommitdiff
path: root/tests/misc/stdbuf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/stdbuf')
-rwxr-xr-xtests/misc/stdbuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf
index 33bc658ea..90e45d7f0 100755
--- a/tests/misc/stdbuf
+++ b/tests/misc/stdbuf
@@ -56,7 +56,7 @@ test $? = 125 || fail=1
stdbuf -i0 -o0 -e0 true || fail=1 #check all files
stdbuf -o1 . # invalid command
test $? = 126 || fail=1
-stdbuf -o1 ... # no such command
+stdbuf -o1 no_such # no such command
test $? = 127 || fail=1
# Ensure line buffering stdout takes effect