summaryrefslogtreecommitdiff
path: root/tests.branching/checkout-non-aliased-repos.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/checkout-non-aliased-repos.script')
-rwxr-xr-xtests.branching/checkout-non-aliased-repos.script2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests.branching/checkout-non-aliased-repos.script b/tests.branching/checkout-non-aliased-repos.script
index 6c9ac638..75b68bea 100755
--- a/tests.branching/checkout-non-aliased-repos.script
+++ b/tests.branching/checkout-non-aliased-repos.script
@@ -37,6 +37,7 @@ cd "$DATADIR/workspace"
echo "File tree of repo with suffix:"
"$SRCDIR/scripts/list-tree" . | grep -v '/\.git/' |
sed 's,/cache/gits/file_[^/]*_,/cache/gits/file_,' |
+ grep -v 'cache/gits/file_[^/]*/' |
sed "s,${DATADIR:1},DATADIR,g" |
sed "s,${TEMP_DIR:1},TEMP_DIR,g"
@@ -54,6 +55,7 @@ cd "$DATADIR/workspace"
echo "File tree of repo without suffix:"
"$SRCDIR/scripts/list-tree" . | grep -v '/\.git/' |
sed 's,/cache/gits/file_[^/]*_,/cache/gits/file_,' |
+ grep -v 'cache/gits/file_[^/]*/' |
sed "s,${DATADIR:1},DATADIR,g" |
sed "s,${TEMP_DIR:1},TEMP_DIR,g"