summaryrefslogtreecommitdiff
path: root/tests/tests/unrepresentable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/unrepresentable')
-rwxr-xr-xtests/tests/unrepresentable11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable
index b2de452..e4b0da8 100755
--- a/tests/tests/unrepresentable
+++ b/tests/tests/unrepresentable
@@ -12,6 +12,11 @@ cd $p
start () { git checkout quilt-tip-1.1~0; }
attempt () { t-dgit -wgf --quilt=smash quilt-fixup; }
+good () {
+ attempt
+ t-dgit --quilt=nofix -wgf build-source
+ t-dgit -wgf --dry-run push --new
+}
badly-1 () {
wrongfn=$1
@@ -37,13 +42,13 @@ badly-2
start
git rm src.c
git commit -m deleted
-attempt
+good
start
git rm orig-exec
git rm -f orig-unwriteable
git commit -m 'deleted funny'
-attempt
+good
badly-1 src.c 'mode or type changed'
chmod +x src.c
@@ -57,6 +62,6 @@ badly-1 new 'creation with non-default mode'
badly-2
start
-attempt
+good
t-ok