aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-08-25 13:06:20 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-08-25 22:29:47 +0300
commitfd6ad25b5769d1497c991b9c1fec4632232cb80c (patch)
treecf1f8953efcae7a7d61f86b489b6a389208b36d3
parentf1b64a3ade5b5659f7ddf417c3fdfb4db133aa75 (diff)
downloaddirevent-fd6ad25b5769d1497c991b9c1fec4632232cb80c.tar.gz
direvent-fd6ad25b5769d1497c991b9c1fec4632232cb80c.tar.bz2
Rename a test case
* tests/Makefile.am: Update. * tests/testsuite.at: Update. * tests/conv.at: Rename to tests/file.at
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/file.at (renamed from tests/conv.at)2
-rw-r--r--tests/testsuite.at2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4b70e75..0e11f58 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,3 +43,2 @@ TESTSUITE_AT = \
cmdexp.at\
- conv.at\
create.at\
@@ -51,2 +50,3 @@ TESTSUITE_AT = \
env03.at\
+ file.at\
glob01.at\
diff --git a/tests/conv.at b/tests/file.at
index a9e87f2..f05c796 100644
--- a/tests/conv.at
+++ b/tests/file.at
@@ -17,3 +17,3 @@
AT_SETUP([File watcher])
-AT_KEYWORDS([special conv convert file])
+AT_KEYWORDS([special file])
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 09538b5..a34de35 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -75,3 +75,3 @@ m4_include([re05.at])
AT_BANNER([Special watchpoints])
-m4_include([conv.at])
+m4_include([file.at])
m4_include([sent.at])

Return to:

Send suggestions and report system problems to the System administrator.