]> Dogcows Code - chaz/tar/blobdiff - tests/testsuite.at
(AT_TAR_MKHIER): Skip test if genfile is unable to create the file
[chaz/tar] / tests / testsuite.at
index 572c7457461b53472bd27f366226602950c09418..2b26561bad9accf6ed627d9e4bead7a99525b9cb 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2007 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
@@ -84,8 +84,8 @@ test $result -eq 0 && AT_SKIP_TEST
 ])
 
 m4_define([AT_TAR_MKHIER],[
-install-sh -d $1 >/dev/null
-m4_if([$2],,,genfile --file [$1]/[$2])])
+install-sh -d $1 >/dev/null dnl
+m4_if([$2],,,&& genfile --file [$1]/[$2]) || AT_SKIP_TEST])
 
 m4_include([sparsemvp.at])
 
@@ -110,6 +110,8 @@ m4_include([append.at])
 m4_include([append01.at])
 m4_include([append02.at])
 
+m4_include([exclude.at])
+
 m4_include([delete01.at])
 m4_include([delete02.at])
 m4_include([delete03.at])
This page took 0.023504 seconds and 4 git commands to generate.