bypassing checks when running make distcheck
[idzebra-moved-to-github.git] / test / gils / cleanrecords.sh
diff --git a/test/gils/cleanrecords.sh b/test/gils/cleanrecords.sh
new file mode 100755 (executable)
index 0000000..7413e0a
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+# $Id: cleanrecords.sh,v 1.1 2006-04-27 10:52:26 marc Exp $
+
+srcdir=${srcdir:-"."}
+
+# these should not be here, will be created later
+if [ -f $srcdir/records/esdd0001.grs ] 
+    then
+    rm -f $srcdir/records/esdd0001.grs
+fi
+if [ -f $srcdir/records/esdd0002.grs ] 
+    then
+    rm -f $srcdir/records/esdd0002.grs
+fi