diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-01 16:45:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-01 16:45:31 +0000 |
commit | a3ff3953fc4012a96eb73b4081d151214465bbdc (patch) | |
tree | e6e4f45081b414dc637717b5a9097da8085f3426 /tests/md5sum | |
parent | 1fe03869c8b498b8dd914d26da66efeb3bd85bb1 (diff) | |
download | coreutils-a3ff3953fc4012a96eb73b4081d151214465bbdc.tar.xz |
remove extra space
Diffstat (limited to 'tests/md5sum')
-rwxr-xr-x | tests/md5sum/newline-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/newline-1 b/tests/md5sum/newline-1 index 6bb705d3b..a075f3f50 100755 --- a/tests/md5sum/newline-1 +++ b/tests/md5sum/newline-1 @@ -6,7 +6,7 @@ case "$PERL" in *'missing perl') echo 1>&2 "$0: configure didn't find a usable version of Perl," \ - " so can't run this test" + "so can't run this test" exit 77 ;; esac |