From 695ae5272479f77d261eea37a9ee4bef55c4ab12 Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Wed, 27 Aug 2008 01:07:26 -0400 Subject: Make nodwf test passed when CONFIG_QUOTACTL unset --- testsuite/ChangeLog | 5 +++++ testsuite/semok/nodwf02.stp | 2 +- testsuite/semok/nodwf05.stp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index e6087f42..597c2665 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-08-27 Wenji Huang + + * semok/nodwf02.stp: Make syscall.q* optional. + * semok/nodwf05.stp: Ditto. + 2008-08-25 Frank Ch. Eigler * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist. Remove dist-related diff --git a/testsuite/semok/nodwf02.stp b/testsuite/semok/nodwf02.stp index 545f6154..b6df44e5 100755 --- a/testsuite/semok/nodwf02.stp +++ b/testsuite/semok/nodwf02.stp @@ -28,7 +28,7 @@ probe syscall.n*, /* skip o */ syscall.p*, - syscall.q*, + syscall.q* ?, syscall.r*, /* skip s */ syscall.t*, diff --git a/testsuite/semok/nodwf05.stp b/testsuite/semok/nodwf05.stp index d0043eab..8c9dda2c 100755 --- a/testsuite/semok/nodwf05.stp +++ b/testsuite/semok/nodwf05.stp @@ -30,7 +30,7 @@ probe syscall.n*, /* skip o */ syscall.p*, - syscall.q*, + syscall.q* ?, syscall.r*, /* skip s */ syscall.t*, -- cgit