diff options
| author | D. Ben Knoble <ben.knoble+github@gmail.com> | 2025-09-21 21:39:04 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-21 20:23:23 -0700 |
| commit | 4b2de837ee2daa80756d8e9c3f8d9cb6bf58966f (patch) | |
| tree | 4262b0317b81bd549c094757de66dcd76fd95f3b | |
| parent | 80bc042b4711b00dd35f24fd0c6ee450f41f3c2c (diff) | |
t3905: remove unneeded blank line
This is leftover from 787513027a (stash: Add --include-untracked option
to stash and remove all untracked files, 2011-06-24) when it was
converted in bbaa45c3aa (t3905: move all commands into test cases,
2021-02-08).
Signed-off-by: D. Ben Knoble <ben.knoble+github@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t3905-stash-include-untracked.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t3905-stash-include-untracked.sh b/t/t3905-stash-include-untracked.sh index 1289ae3e07..7704709054 100755 --- a/t/t3905-stash-include-untracked.sh +++ b/t/t3905-stash-include-untracked.sh @@ -87,7 +87,6 @@ test_expect_success 'stash save --patch --all fails' ' test_expect_success 'clean up untracked/untracked file to prepare for next tests' ' git clean --force --quiet - ' test_expect_success 'stash pop after save --include-untracked leaves files untracked again' ' |
