From: Eric Biggers Date: Sun, 21 Feb 2016 04:43:41 +0000 (-0600) Subject: Rename tests-common.sh => test_utils.sh X-Git-Tag: v1.9.1~18 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=dd836fd8710e130711935003e386de6755eb84ba Rename tests-common.sh => test_utils.sh --- 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