diff options
-rwxr-xr-x | t/t1400-update-ref.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t1400-update-ref.sh b/t/t1400-update-ref.sh index c5c8e95fc4..9e7e0227e0 100755 --- a/t/t1400-update-ref.sh +++ b/t/t1400-update-ref.sh @@ -64,8 +64,8 @@ rm -f .git/$m test_expect_success \ "fail to create $n" \ "touch .git/$n_dir && - test_must_fail git update-ref $n $A >out 2>err" -rm -f .git/$n_dir out err + test_must_fail git update-ref $n $A" +rm -f .git/$n_dir test_expect_success \ "create $m (by HEAD)" \ |