summaryrefslogtreecommitdiff
path: root/test/build/test-make-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/test-make-clean.sh')
-rwxr-xr-xtest/build/test-make-clean.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/build/test-make-clean.sh b/test/build/test-make-clean.sh
deleted file mode 100755
index ce6366fef..000000000
--- a/test/build/test-make-clean.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-rm -rf apache-couchdb*
-./configure
-make release
-cd apache-couchdb
- ./configure
-cd ..
-
-cp -r apache-couchdb apache-couchdb-pristine
-
-cd apache-couchdb
- make
- make clean
-cd ..
-
-echo "********************************************"
-echo "If you see anything here"
-diff -r apache-couchdb apache-couchdb-pristine
-echo "and here, something is wrong"
-echo "********************************************"