]> granicus.if.org Git - strace/commit
tests/xstat.c: do not remove sample file after test
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 20 Apr 2017 01:04:50 +0000 (03:04 +0200)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 20 Apr 2017 01:20:54 +0000 (03:20 +0200)
commita1f9eabfd80e58b610d6c6bfbeefe6623a6de0fd
tree4a87a0f809515a2defec0e0ce13570d05802c722
parentb266f3e9eb9e503b9ddfc4b6372196a3f643a7d7
tests/xstat.c: do not remove sample file after test

As tests are executed in separate directories now, there is no need to
remove sample file.

* tests/xstat.c (main): Remove unlink calls.
tests/xstatx.c