~ubuntu-branches/ubuntu/natty/augeas/natty

« back to all changes in this revision

Viewing changes to gnulib/tests/test-lstat.c

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2010-06-25 16:12:45 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100625161245-8pwq1gbejazeo07u
Tags: 0.7.2-1
* New upstream release
* Droped 50_iptables-lens.diff. Included upstream
* Updated libaugeas0.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <unistd.h>
36
36
 
37
37
#include "same-inode.h"
 
38
#include "ignore-value.h"
38
39
#include "macros.h"
39
40
 
40
41
#define BASE "test-lstat.t"
53
54
main (void)
54
55
{
55
56
  /* Remove any leftovers from a previous partial run.  */
56
 
  system ("rm -rf " BASE "*");
 
57
  ignore_value (system ("rm -rf " BASE "*"));
57
58
 
58
59
  return test_lstat_func (do_lstat, true);
59
60
}