From dae24f5ffc4846ce5178b3f765aec9074ce73b08 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 26 Oct 2009 06:05:44 -0600 Subject: tests: avoid file name not portable to cygwin * tests/misc/chroot-fail: Use 'no_such', not '...', since cygwin 1.5 silently strips trailing dots. * tests/misc/nice-fail: Likewise. * tests/misc/stdbuf: Likewise. * tests/misc/timeout-parameters: Likewise. --- tests/misc/stdbuf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/stdbuf') 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 -- cgit v1.2.3-54-g00ecf