We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b0683 commit 781f961Copy full SHA for 781f961
t/t3600-fold.sh
@@ -43,7 +43,7 @@ test_expect_success 'Attempt fold with local changes' '
43
44
test_expect_success 'Attempt fold with non-existant patch file' '
45
command_error stg fold non-existant.diff 2>err &&
46
- grep "No such file" err
+ grep -E "No such file|cannot find the file specified" err
47
'
48
49
test_expect_success 'Attempt fold with no applied patches' '
0 commit comments