aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-24 10:49:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-24 10:49:58 +0000
commitcd024b3406f3b6caef4ab463011fe214ab04d02a (patch)
treecf1887bfc1c48e341214a9be0a9ebe0b8d5c858d /tests/testsuite.at
parentc266bc5ead07557297665d1fefb4fe45ab94439e (diff)
downloadcpio-cd024b3406f3b6caef4ab463011fe214ab04d02a.tar.gz
cpio-cd024b3406f3b6caef4ab463011fe214ab04d02a.tar.bz2
(AT_SKIP_TEST): New macro
New test symlink.at
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 31b4673..f8db452 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,7 @@
# Process this file with autom4te to create testsuite. -*- Autotest -*-
# Test suite for GNU cpio
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,6 +21,8 @@
# We need a recent Autotest.
m4_version_prereq([2.52g])
+m4_define([AT_SKIP_TEST],[exit 77])
+
AT_INIT
AT_TESTED([cpio])
@@ -28,4 +30,4 @@ AT_TESTED([cpio])
m4_include([version.at])
m4_include([inout.at])
-
+m4_include([symlink.at])

Return to:

Send suggestions and report system problems to the System administrator.