Commit Diff


commit - ebf99748b3a325d377dcd13da4642816a4ec95ed
commit + 135819daf958ffae66a5c54ff1215b6130196cf3
blob - 3d14f7883d45723781ebc9a73bfad4daa355d840
blob + 3b59e835e6ecc623df880e4728b88bbe7900a8ab
--- regress/cmdline/commit.sh
+++ regress/cmdline/commit.sh
@@ -28,9 +28,6 @@ function test_commit_basic {
 
 	echo "modified alpha" > $testroot/wt/alpha
 	(cd $testroot/wt && got rm beta >/dev/null)
-	echo "unversioned file" > $testroot/wt/foo
-	rm $testroot/wt/epsilon/zeta
-	touch $testroot/wt/beta
 	echo "new file" > $testroot/wt/new
 	(cd $testroot/wt && got add new >/dev/null)