~ubuntu-branches/ubuntu/saucy/augeas/saucy

« back to all changes in this revision

Viewing changes to gnulib/tests/test-symlink.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:
30
30
#include <stdlib.h>
31
31
#include <sys/stat.h>
32
32
 
 
33
#include "ignore-value.h"
33
34
#include "macros.h"
34
35
 
35
36
#define BASE "test-symlink.t"
40
41
main (void)
41
42
{
42
43
  /* Remove any leftovers from a previous partial run.  */
43
 
  system ("rm -rf " BASE "*");
 
44
  ignore_value (system ("rm -rf " BASE "*"));
44
45
 
45
46
  return test_symlink (symlink, true);
46
47
}