Skip to content

Commit 18fba2c

Browse files
committed
fix spec
1 parent c8b5695 commit 18fba2c

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

examples/extensible-delegate/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ bashly generate
1010
./mygit push
1111

1212
# any unknown command will go to the git executable
13-
./mygit rm
13+
./mygit rm some-file-that-doesnt-exist

spec/approvals/examples/extensible-delegate

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,5 @@ Commands:
2222
# code for 'mygit push' goes here
2323
# you can edit it freely and regenerate (it will not be overwritten)
2424
args: none
25-
+ ./mygit rm
26-
usage: git rm [<options>] [--] <file>...
27-
28-
-n, --dry-run dry run
29-
-q, --quiet do not list removed files
30-
--cached only remove from the index
31-
-f, --force override the up-to-date check
32-
-r allow recursive removal
33-
--ignore-unmatch exit with a zero status even if nothing matched
34-
25+
+ ./mygit rm some-file-that-doesnt-exist
26+
fatal: pathspec 'some-file-that-doesnt-exist' did not match any files

0 commit comments

Comments
 (0)