Fix typo in comment in builtin-add.c
[gitweb.git] / t / t9301-fast-export.sh
index 6ddd7c19fd22d0092829b861900fe462c5ffe73f..20574354627f1e46b36a8eba0731138462482386 100755 (executable)
@@ -231,4 +231,12 @@ test_expect_success 'fast-export -C -C | fast-import' '
 
 '
 
+test_expect_success 'fast-export | fast-import when master is tagged' '
+
+       git tag -m msg last &&
+       git fast-export -C -C --signed-tags=strip --all > output &&
+       test $(grep -c "^tag " output) = 3
+
+'
+
 test_done