Remove reference to test.sh from make-dist.sh
authorChristos KK Loverdos <loverdos@gmail.com>
Mon, 11 Jun 2012 12:24:40 +0000 (15:24 +0300)
committerChristos KK Loverdos <loverdos@gmail.com>
Mon, 11 Jun 2012 12:24:40 +0000 (15:24 +0300)
make-dist.sh

index 7ef3d65..d6e8fea 100755 (executable)
@@ -161,7 +161,6 @@ collectscripts() {
   cp $SERVER_SCRIPTS_SRC/aquarium.sh $DIST/bin || fail "copying aquarium.sh"
   cp $SERVER_SCRIPTS_SRC/start.sh $DIST/bin || fail "copying start.sh"
   cp $SERVER_SCRIPTS_SRC/stop.sh $DIST/bin || fail "copying stop.sh"
-  cp $SERVER_SCRIPTS_SRC/test.sh $DIST/bin || fail "copying test.sh"
 }
 
 gitmark() {