diff options
Diffstat (limited to 'test/packaging/place-files-in-subdirectory.py')
-rw-r--r-- | test/packaging/place-files-in-subdirectory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packaging/place-files-in-subdirectory.py b/test/packaging/place-files-in-subdirectory.py index d9758a1..66bdd53 100644 --- a/test/packaging/place-files-in-subdirectory.py +++ b/test/packaging/place-files-in-subdirectory.py @@ -38,7 +38,7 @@ test = TestSCons.TestSCons() tar = test.detect('TAR', 'tar') if not tar: - test.skipt_test('tar not found, skipping test\n') + test.skip_test('tar not found, skipping test\n') # # TEST: subdir creation and file copying |