]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove unnecessary trailing semicolons
authorJim Meyering <jim@meyering.net>
Thu, 11 Nov 1999 07:50:59 +0000 (07:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 Nov 1999 07:50:59 +0000 (07:50 +0000)
tests/cp/cp-mv-backup

index 15c5e9af12becb80563b598273e27423dc771c4b..bc513a52950ec71b928054d4d4976f7b1ef1631d 100755 (executable)
@@ -23,14 +23,14 @@ unset VERSION_CONTROL SIMPLE_BACKUP_SUFFIX
 if test "${VERSION_CONTROL+set}" = set; then
   echo '$0: the VERSION_CONTROL envvar is set --' \
     ' unset it and rerun this test' >&2
-  exit 1;
+  exit 1
 fi
 
 if test "${SIMPLE_BACKUP_SUFFIX+set}" = set; then
   echo '$0: the SIMPLE_BACKUP_SUFFIX envvar is set --' \
     ' unset it and rerun this test' >&2
     >&2
-  exit 1;
+  exit 1
 fi
 
 exec 1> $actual
@@ -92,7 +92,7 @@ EOF
 sed 's/: x/:/' $expected-tmp |cat $expected-tmp - > $expected
 
 # Uncomment this if you see a failure and want to try to diagnose it.
-diff -u $expected $actual 1>&2
+diff -u $expected $actual 1>&2
 
 cmp $expected $actual || fail=1