summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index e4ee3bb..e9c9163 100755
--- a/test.sh
+++ b/test.sh
@@ -32,3 +32,9 @@ cd fat-test2
git fat init
git fat pull -- 'a.fa*'
cat a.fat
+echo 'file which is committed and removed afterwards' > d
+git add d
+git commit -m'add d with normal content'
+rm d
+git fat pull
+