summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/lib.sh')
-rw-r--r--exporters/darcs/t/lib.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/exporters/darcs/t/lib.sh b/exporters/darcs/t/lib.sh
index 87c4db9..ee3ec3c 100644
--- a/exporters/darcs/t/lib.sh
+++ b/exporters/darcs/t/lib.sh
@@ -229,6 +229,10 @@ third line" | git commit -a -F -
echo f > file
git add file
git commit -a -m "file: other -> f"
+ # this is a boring file for Darcs
+ touch foo.pyc
+ git add foo.pyc
+ git commit -a -m "boring file"
cd ..
}