Skip to content

Commit 781f961

Browse files
committed
tests: recognize Windows error in t3600-fold.sh
1 parent 03b0683 commit 781f961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3600-fold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test_expect_success 'Attempt fold with local changes' '
4343

4444
test_expect_success 'Attempt fold with non-existant patch file' '
4545
command_error stg fold non-existant.diff 2>err &&
46-
grep "No such file" err
46+
grep -E "No such file|cannot find the file specified" err
4747
'
4848

4949
test_expect_success 'Attempt fold with no applied patches' '

0 commit comments

Comments
 (0)