diff options
Diffstat (limited to 'tests/fn99subdir.test')
-rwxr-xr-x | tests/fn99subdir.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/fn99subdir.test b/tests/fn99subdir.test index 465f2afc0..33ac6632c 100755 --- a/tests/fn99subdir.test +++ b/tests/fn99subdir.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2011 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 @@ -55,6 +55,9 @@ do touch x done) +# AIX 5.3 `cp -R' is too buggy for `make dist'. +cp -R ${subdirname} t || Exit 77 + for init_dir in ${subdirname} .; do ( cd ${init_dir} || Exit 1 |