summaryrefslogtreecommitdiff
path: root/tests/mv/diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-xtests/mv/diag5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/mv/diag b/tests/mv/diag
index d7e70f3d6..3393606c3 100755
--- a/tests/mv/diag
+++ b/tests/mv/diag
@@ -1,7 +1,7 @@
#!/bin/sh
# make sure we get proper diagnostics: e.g., with --target-dir=d but no args
-# Copyright (C) 2000, 2004, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2004, 2006-2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -51,5 +51,4 @@ EOF
compare out exp || fail=1
-(exit $fail)
-exit $fail
+(exit $fail); exit $fail