- test_must_fail "git stash drop does-not-exist" &&
- test_must_fail "git stash drop does-not-exist@{0}" &&
- test_must_fail "git stash pop does-not-exist" &&
- test_must_fail "git stash pop does-not-exist@{0}" &&
- test_must_fail "git stash apply does-not-exist" &&
- test_must_fail "git stash apply does-not-exist@{0}" &&
- test_must_fail "git stash show does-not-exist" &&
- test_must_fail "git stash show does-not-exist@{0}" &&
- test_must_fail "git stash branch tmp does-not-exist" &&
- test_must_fail "git stash branch tmp does-not-exist@{0}" &&
+ test_must_fail git stash drop does-not-exist &&
+ test_must_fail git stash drop does-not-exist@{0} &&
+ test_must_fail git stash pop does-not-exist &&
+ test_must_fail git stash pop does-not-exist@{0} &&
+ test_must_fail git stash apply does-not-exist &&
+ test_must_fail git stash apply does-not-exist@{0} &&
+ test_must_fail git stash show does-not-exist &&
+ test_must_fail git stash show does-not-exist@{0} &&
+ test_must_fail git stash branch tmp does-not-exist &&
+ test_must_fail git stash branch tmp does-not-exist@{0} &&