From dd836fd8710e130711935003e386de6755eb84ba Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 20 Feb 2016 22:43:41 -0600 Subject: [PATCH] Rename tests-common.sh => test_utils.sh --- Makefile.am | 2 +- tests/test-imagex | 2 +- tests/test-imagex-capture_and_apply | 2 +- tests/test-imagex-mount | 2 +- tests/test-imagex-ntfs | 2 +- tests/test-imagex-update_and_extract | 2 +- tests/{tests-common.sh => test_utils.sh} | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename tests/{tests-common.sh => test_utils.sh} (100%) diff --git a/Makefile.am b/Makefile.am index 90646b44..d6b42d15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -326,7 +326,7 @@ endif EXTRA_DIST += \ tests/common_tests.sh \ - tests/tests-common.sh \ + tests/test_utils.sh \ tests/security_descriptor_1.base64 \ tests/security_descriptor_1.bin \ tests/security_descriptor_2.base64 \ diff --git a/tests/test-imagex b/tests/test-imagex index fe931321..d36bf82f 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -7,7 +7,7 @@ set -e cd tests srcdir="${srcdir:-.}/.." srcdir="$(cd $srcdir; pwd)" -. "$srcdir/tests/tests-common.sh" +. "$srcdir/tests/test_utils.sh" TEST_SUBDIR=tmpdir_test-imagex diff --git a/tests/test-imagex-capture_and_apply b/tests/test-imagex-capture_and_apply index 65c7061d..aa26a635 100755 --- a/tests/test-imagex-capture_and_apply +++ b/tests/test-imagex-capture_and_apply @@ -12,7 +12,7 @@ set -e cd tests srcdir="${srcdir:-.}/.." srcdir="$(cd $srcdir; pwd)" -. "$srcdir/tests/tests-common.sh" +. "$srcdir/tests/test_utils.sh" TEST_SUBDIR=tmpdir_test-imagex-capture_and_apply diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index 1bde84de..8a07325a 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -6,7 +6,7 @@ set -e cd tests srcdir="${srcdir:-.}/.." srcdir="$(cd $srcdir; pwd)" -. "$srcdir/tests/tests-common.sh" +. "$srcdir/tests/test_utils.sh" TEST_SUBDIR=tmpdir_test-imagex-mount diff --git a/tests/test-imagex-ntfs b/tests/test-imagex-ntfs index 13a54a46..f22198fb 100755 --- a/tests/test-imagex-ntfs +++ b/tests/test-imagex-ntfs @@ -12,7 +12,7 @@ set -e cd tests srcdir="${srcdir:-.}/.." srcdir="$(cd $srcdir; pwd)" -. "$srcdir/tests/tests-common.sh" +. "$srcdir/tests/test_utils.sh" TEST_SUBDIR=tmpdir_test-imagex-ntfs diff --git a/tests/test-imagex-update_and_extract b/tests/test-imagex-update_and_extract index f7b8ce2a..ddeea3ff 100755 --- a/tests/test-imagex-update_and_extract +++ b/tests/test-imagex-update_and_extract @@ -6,7 +6,7 @@ set -e cd tests srcdir="${srcdir:-.}/.." srcdir="$(cd $srcdir; pwd)" -. "$srcdir/tests/tests-common.sh" +. "$srcdir/tests/test_utils.sh" TEST_SUBDIR=tmpdir_test-imagex-update_and_extract diff --git a/tests/tests-common.sh b/tests/test_utils.sh similarity index 100% rename from tests/tests-common.sh rename to tests/test_utils.sh -- 2.43.0