diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2018-07-02 02:23:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-16 23:38:47 +0200 |
commit | 3ea673799368524f3ec5f671f588a07554c61576 (patch) | |
tree | f12a6c68bc56da1249b762e18b20aa455d7daa58 /t/t3000-ls-files-others.sh | |
parent | t2000-t2999: fix broken &&-chains (diff) | |
download | git-3ea673799368524f3ec5f671f588a07554c61576.tar.xz git-3ea673799368524f3ec5f671f588a07554c61576.zip |
t3000-t3999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3000-ls-files-others.sh')
-rwxr-xr-x | t/t3000-ls-files-others.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3000-ls-files-others.sh b/t/t3000-ls-files-others.sh index c525656b2c..afd4756134 100755 --- a/t/t3000-ls-files-others.sh +++ b/t/t3000-ls-files-others.sh @@ -84,7 +84,7 @@ test_expect_success SYMLINKS 'ls-files --others with symlinked submodule' ' ) && ( cd super && - "$SHELL_PATH" "$TEST_DIRECTORY/../contrib/workdir/git-new-workdir" ../sub sub + "$SHELL_PATH" "$TEST_DIRECTORY/../contrib/workdir/git-new-workdir" ../sub sub && git ls-files --others --exclude-standard >../actual ) && echo sub/ >expect && |