summaryrefslogblamecommitdiffstats
path: root/test/failpop.test
blob: 9b4cc3d9a0e594260e4db1f07dad74209584f3a8 (plain) (tree)


























                                                               
	$ mkdir d
	$ cd d

	$ cat > test.txt
	< This is test.txt.

	$ quilt new test.diff
	> Patch test is now on top

	$ quilt add test.txt
	> File test.txt added to patch test

	$ cat >> test.txt
	< Line two.

	$ quilt refresh
	> Refreshed patch test

	$ sleep 2

	$ sed -e "s/ /_/g" patches/test.diff > patches/test.new
	$ mv patches/test.new patches/test.diff
	$ quilt pop
	> Patch test does not remove cleanly (enforce with -f).

	$ cd ..
	$ rm -rf d