diff --git a/.gitignore b/.gitignore
index 7d6d9021f12ebfcb837d19c443362f1ecbc4077f..a9138619c18c7c13881ac6acdfaf9b5868fe3b5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,6 +65,7 @@ tests/parser_output.yml
 tests/test27cells.sh
 tests/test27cellsPerturbed.sh
 tests/test125cells.sh
+tests/test125cellsPerturbed.sh
 tests/testPair.sh
 tests/testPairPerturbed.sh
 tests/testParser.sh
diff --git a/configure.ac b/configure.ac
index 8a2d0f30ae297993b34153bc9a4c04085f4748f5..788bb57eed801c1a1dff2204b57b34c4fadf3b58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -853,6 +853,7 @@ AC_CONFIG_FILES([tests/testPairPerturbed.sh], [chmod +x tests/testPairPerturbed.
 AC_CONFIG_FILES([tests/test27cells.sh], [chmod +x tests/test27cells.sh])
 AC_CONFIG_FILES([tests/test27cellsPerturbed.sh], [chmod +x tests/test27cellsPerturbed.sh])
 AC_CONFIG_FILES([tests/test125cells.sh], [chmod +x tests/test125cells.sh])
+AC_CONFIG_FILES([tests/test125cellsPerturbed.sh], [chmod +x tests/test125cellsPerturbed.sh])
 AC_CONFIG_FILES([tests/testParser.sh], [chmod +x tests/testParser.sh])
 
 # Save the compilation options
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d33853a8dc4bdd42fe8d93199009e36d0f9b5af6..5643180f4717ba8ba2a58bca6450cf7f5b574546 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -92,6 +92,6 @@ testLogger_SOURCES = testLogger.c
 # Files necessary for distribution
 EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \
 	     test27cells.sh test27cellsPerturbed.sh testParser.sh \
-	     test125cells.sh test125cells.sh testParserInput.yaml difffloat.py \
+	     test125cells.sh test125cellsPerturbed.sh testParserInput.yaml difffloat.py \
 	     tolerance_125.dat tolerance_27_normal.dat tolerance_27_perturbed.dat \
 	     tolerance_pair_normal.dat tolerance_pair_perturbed.dat
diff --git a/tests/test125cellsPerturbed.sh b/tests/test125cellsPerturbed.sh
deleted file mode 100755
index 79005fe65559c2f699ecc84c4b0da155606d77c2..0000000000000000000000000000000000000000
--- a/tests/test125cellsPerturbed.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-for v in {0..3}
-do
-    for p in {0..2}
-    do
-	echo ""
-
-	rm -f brute_force_125_perturbed.dat swift_dopair_125_perturbed.dat
-
-  echo "./test125cells -n 6 -r 1 -d 0.1 -v $v -p $p -f perturbed"
-
-	./test125cells -n 6 -r 1 -d 0.1 -v $v -p $p -f perturbed
-
-	if [ -e brute_force_125_perturbed.dat ]
-	then
-	    python ./difffloat.py brute_force_125_perturbed.dat swift_dopair_125_perturbed.dat ./tolerance_125_perturbed.dat 6
-	else
-	    exit 1
-        fi
-
-    done
-done
-	
-exit $?
diff --git a/tests/test125cellsPerturbed.sh.in b/tests/test125cellsPerturbed.sh.in
index a59c77b7f649711f8dfbea4a2bc81a5e7767b0e7..f5fbb99dc005e5484652adc549e08b40390c3e3c 100755
--- a/tests/test125cellsPerturbed.sh.in
+++ b/tests/test125cellsPerturbed.sh.in
@@ -20,5 +20,5 @@ do
 
     done
 done
-	
+
 exit $?