diff options
Diffstat (limited to 'tests/split/l-chunk')
-rwxr-xr-x | tests/split/l-chunk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/split/l-chunk b/tests/split/l-chunk index c4e696815..8199883a4 100755 --- a/tests/split/l-chunk +++ b/tests/split/l-chunk @@ -24,7 +24,7 @@ echo 'split: 1o: invalid number of chunks' > exp split -n l/1o 2>err && fail=1 compare exp err || fail=1 -echo "split: \`-': cannot determine file size" > exp +echo "split: '-': cannot determine file size" > exp echo | split -n l/1 2>err && fail=1 compare exp err || fail=1 |