diff options
Diffstat (limited to 'tests/misc/stdbuf')
-rwxr-xr-x | tests/misc/stdbuf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf index 80ad870c2..ccf60b197 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -28,7 +28,7 @@ lf=' ' case $abs_top_builddir in *[\\\"\#\$\&\'\`$lf\ \ ]*) - skip_test_ "unsafe absolute build directory name: $abs_top_builddir";; + skip_ "unsafe absolute build directory name: $abs_top_builddir";; esac # Use a fifo rather than a pipe in the tests below |