From 85b0588fae6d7baba9a2e49949c7e250cc66f2bc Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Sun, 11 Jun 2006 13:16:26 +0100 Subject: [PATCH] Fix the t0001-subdir-branches.sh test It was using 'stg add ' without any patches applied. This now fails. Signed-off-by: Catalin Marinas --- t/t0001-subdir-branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0001-subdir-branches.sh b/t/t0001-subdir-branches.sh index e464436..fac6339 100644 --- a/t/t0001-subdir-branches.sh +++ b/t/t0001-subdir-branches.sh @@ -14,7 +14,7 @@ containing slashes (that is, branches living in a subdirectory of test_expect_success 'Create a patch' \ 'stg init && echo "foo" > foo.txt && - stg add foo.txt && + git add foo.txt && stg new foo -m "Add foo.txt" && stg refresh' -- 2.11.0