aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-04-22 20:06:11 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-04-22 20:06:11 +0000
commite02a067a1ae7959b4fdb834461ff805384e18114 (patch)
tree13d47a873b31ac960ebf5d74bd5fd2c362202360 /tools
parentb87e84c58ab6fa908883893553e6920b551bf1b7 (diff)
downloadsrc-e02a067a1ae7959b4fdb834461ff805384e18114.tar.gz
src-e02a067a1ae7959b4fdb834461ff805384e18114.zip
Rename gctl.t to gctl_test.t and test.c to gctl_test_helper.c
This is being done to reduce ambiguity and to make the tests more portable in the future to other locations in the source tree. MFC after: 5 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=317291
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/geom_gpt/gctl_test.t (renamed from tools/regression/geom_gpt/gctl.t)2
-rw-r--r--tools/regression/geom_gpt/gctl_test_helper.c (renamed from tools/regression/geom_gpt/test.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/geom_gpt/gctl.t b/tools/regression/geom_gpt/gctl_test.t
index f99e6d8586fb..3c019108a7ad 100644
--- a/tools/regression/geom_gpt/gctl.t
+++ b/tools/regression/geom_gpt/gctl_test.t
@@ -132,7 +132,7 @@ if (exists $ENV{'TEST_VERBOSE'}) {
}
# Compile the driver...
-my $st = system("cc -o $cmd -g $srcdir/test.c -lgeom");
+my $st = system("cc -o $cmd -g $srcdir/gctl_test_helper.c -lgeom");
if ($st != 0) {
print "1..0 # SKIP error compiling test.c\n";
exit 0;
diff --git a/tools/regression/geom_gpt/test.c b/tools/regression/geom_gpt/gctl_test_helper.c
index 8c160fa1f050..8c160fa1f050 100644
--- a/tools/regression/geom_gpt/test.c
+++ b/tools/regression/geom_gpt/gctl_test_helper.c