modf* tests: More tests.
[gnulib.git] / tests / test-renameat.c
index 9ca1787..f767d71 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests of renameat.
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 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
@@ -83,6 +83,7 @@ main (void)
     ASSERT (renameat (AT_FDCWD, BASE "oo", 99, "bar") == -1);
     ASSERT (errno == EBADF);
   }
+  ASSERT (unlink (BASE "oo") == 0);
 
   /* Test basic rename functionality, using current directory.  */
   result = test_rename (do_rename, false);