Thread (46 messages) flat view 46 messages, 6 authors, 2020-10-22
STALE2119d

Revision v5 of 3 in this series.

Revisions (3)
  1. v3 [diff vs current]
  2. v5 current
  3. v5 [diff vs current]

[PATCH v5 4/5][Outreachy] t7201: use 'git -C' to avoid subshell

From: Charvi Mendiratta <hidden>
Date: 2020-10-21 12:51:11
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Charvi Mendiratta <redacted>
---
 t/t7201-co.sh | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/t/t7201-co.sh b/t/t7201-co.sh
index 74553f991b..5898182fd2 100755
--- a/t/t7201-co.sh
+++ b/t/t7201-co.sh
@@ -339,10 +339,7 @@ test_expect_success 'switch branches while in subdirectory' '
 	git checkout master &&
 
 	mkdir subs &&
-	(
-		cd subs &&
-		git checkout side
-	) &&
+	git -C subs checkout side &&
 	! test -f subs/one &&
 	rm -fr subs
 '
@@ -357,10 +354,7 @@ test_expect_success 'checkout specific path while in subdirectory' '
 
 	git checkout master &&
 	mkdir -p subs &&
-	(
-		cd subs &&
-		git checkout side -- bero
-	) &&
+	git -C subs checkout side -- bero &&
 	test -f subs/bero
 '
 
-- 
2.29.0.rc1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help