Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fix testsuite to tolerate spaces in path
author
Pavel Roskin
<proski@gnu.org>
Fri, 28 Oct 2005 03:00:43 +0000
(23:00 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 28 Oct 2005 09:59:01 +0000
(
02:59
-0700)
This patch allows the testsuite to run properly when the full path to
the git sources contains spaces or other symbols that need to be quoted.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t5300-pack-object.sh
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a77a922
)
diff --git
a/t/t5300-pack-object.sh
b/t/t5300-pack-object.sh
index 96db98b65cf07e978fb739466c816336e947c689..5b50536b54ff84b6a6e51c210be39773c6879443 100755
(executable)
--- a/
t/t5300-pack-object.sh
+++ b/
t/t5300-pack-object.sh
@@
-49,7
+49,7
@@
test_expect_success \
git-unpack-objects <test-1-${packname_1}.pack"
unset GIT_OBJECT_DIRECTORY
git-unpack-objects <test-1-${packname_1}.pack"
unset GIT_OBJECT_DIRECTORY
-cd
$TRASH/.git2
+cd
"$TRASH/.git2"
test_expect_success \
'check unpack without delta' \
test_expect_success \
'check unpack without delta' \
@@
-61,7
+61,7
@@
test_expect_success \
return 1
}
done'
return 1
}
done'
-cd
$TRASH
+cd
"$TRASH"
test_expect_success \
'pack with delta' \
test_expect_success \
'pack with delta' \
@@
-80,7
+80,7
@@
test_expect_success \
git-unpack-objects <test-2-${packname_2}.pack'
unset GIT_OBJECT_DIRECTORY
git-unpack-objects <test-2-${packname_2}.pack'
unset GIT_OBJECT_DIRECTORY
-cd
$TRASH/.git2
+cd
"$TRASH/.git2"
test_expect_success \
'check unpack with delta' \
'(cd ../.git && find objects -type f -print) |
test_expect_success \
'check unpack with delta' \
'(cd ../.git && find objects -type f -print) |
@@
-91,7
+91,7
@@
test_expect_success \
return 1
}
done'
return 1
}
done'
-cd
$TRASH
+cd
"$TRASH"
rm -fr .git2
mkdir .git2
rm -fr .git2
mkdir .git2