Skip to content

Commit 9111ea1

Browse files
OneDeuxTriSeiGogitster
authored andcommitted
t2400: drop no-op --sq from rev-parse call
Signed-off-by: Jacob Abel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 926c40d commit 9111ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2400-worktree-add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ test_dwim_orphan () {
995995
grep "$invalid_ref_regex" actual &&
996996
! grep "$orphan_hint" actual
997997
else
998-
headpath=$(git $dashc_args rev-parse --sq --path-format=absolute --git-path HEAD) &&
998+
headpath=$(git $dashc_args rev-parse --path-format=absolute --git-path HEAD) &&
999999
headcontents=$(cat "$headpath") &&
10001000
grep "HEAD points to an invalid (or orphaned) reference" actual &&
10011001
grep "HEAD path:\s*.$headpath." actual &&

0 commit comments

Comments
 (0)