X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-lstat.h;h=f120f4c51135394b25c530d829f140fba8cf5395;hb=6f730e7ae5225bf9eb36554d94805b97a72784bd;hp=68e4f745cc1cbe45a642a751099fc35e7c0e4130;hpb=3a5041b1c62c2b7c829f47bec2f1789c59844b6c;p=gnulib.git diff --git a/tests/test-lstat.h b/tests/test-lstat.h index 68e4f745c..f120f4c51 100644 --- a/tests/test-lstat.h +++ b/tests/test-lstat.h @@ -1,5 +1,5 @@ /* Test of lstat() function. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 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 @@ -28,9 +28,6 @@ test_lstat_func (int (*func) (char const *, struct stat *), bool print) struct stat st1; struct stat st2; - /* Remove any leftovers from a previous partial run. */ - ASSERT (system ("rm -rf " BASE "*") == 0); - /* Test for common directories. */ ASSERT (func (".", &st1) == 0); ASSERT (func ("./", &st2) == 0); @@ -74,8 +71,8 @@ test_lstat_func (int (*func) (char const *, struct stat *), bool print) { ASSERT (unlink (BASE "file") == 0); if (print) - fputs ("skipping test: symlinks not supported on this filesystem\n", - stderr); + fputs ("skipping test: symlinks not supported on this file system\n", + stderr); return 77; } ASSERT (symlink (BASE "file", BASE "link2") == 0);