All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [LTP-20160510] acl_test01: 44: .: test.sh: not found
@ 2016-05-30 13:26 Sedat Dilek
  2016-05-30 14:21 ` Cyril Hrubis
  0 siblings, 1 reply; 15+ messages in thread
From: Sedat Dilek @ 2016-05-30 13:26 UTC (permalink / raw)
  To: ltp

Hi,

I wanted to test the "Xattr inode operation removal" patchset from
Andreas Gruenbacher.

So LTP has a testcase called "acl_test01" which I tried for my testing.

In LTP v20160126 and v20160510 I see...

root# cd /opt/ltp ; LC_ALL=C ./runltp -s acl_test01 | tee acl_test01.log

...
/opt/ltp/testcases/bin/acl_test01: 44: .: test.sh: not found
...

...and...

/dev/loop2 on /tmp/ltp-6pUha1I7Ey/tacl/mount-ext3 type ext3
(rw,relatime,data=ordered)
loop: can't delete device /dev/loop2: No such device or address
loop: can't delete device /dev/loop2: No such device or address
...

The 1st issue I tried to hack by...

# diff -uprN testcases/bin/acl_test01.orig testcases/bin/acl_test01
--- testcases/bin/acl_test01.orig       2016-05-30 15:11:10.771931080 +0200
+++ testcases/bin/acl_test01    2016-05-30 15:22:31.627909726 +0200
@@ -41,8 +41,6 @@ export TCID=acltest01
 export TST_TOTAL=5
 export TST_COUNT=1

-. test.sh
-
 TMP=${TMP:=/tmp}

 TEST_USER1="acltest1"
@@ -54,6 +52,8 @@ FILE_ACL="$TMP/tacl/mount-ext3/test_file
 FILE_ACL_LINK="$TMP/tacl/mount-ext3/test_file_link"
 TCbin=`pwd`

+. $TCbin/test.sh
+
 COMMAND=$(command -v "getenforce" "setenforce" |wc -l)
 if [ $COMMAND -eq 2 ]; then
        SELINUX=$(getenforce)

Not sure if this correct.

For the 2nd issue - dunno what's going on.

Beyond all this, how can I test the work of Andreas with LTP?
Any help appreciated.

Regards,
- Sedat -

[1] http://marc.info/?t=146459873600015&r=1&w=2
[2] http://marc.info/?l=linux-fsdevel&m=146461299113521&w=2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: acl_test01.log
Type: application/octet-stream
Size: 8956 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20160530/1008f519/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LTP_RUN_ON-2016_05_30-15h_19m_49s.log
Type: application/octet-stream
Size: 430 bytes
Desc: not available
URL: <http://lists.linux.it/pipermail/ltp/attachments/20160530/1008f519/attachment-0003.obj>

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-06-13 15:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-30 13:26 [LTP] [LTP-20160510] acl_test01: 44: .: test.sh: not found Sedat Dilek
2016-05-30 14:21 ` Cyril Hrubis
2016-05-30 14:56   ` Sedat Dilek
2016-05-30 15:11     ` Cyril Hrubis
2016-05-30 15:25       ` Sedat Dilek
2016-05-30 15:32         ` Cyril Hrubis
2016-05-30 15:53           ` Sedat Dilek
2016-05-30 16:30             ` Cyril Hrubis
2016-05-30 19:51               ` Sedat Dilek
2016-05-31 15:14                 ` Cyril Hrubis
2016-05-30 19:28           ` Sedat Dilek
2016-05-30 19:56             ` Sedat Dilek
2016-05-31 15:21               ` Cyril Hrubis
2016-05-31 23:46                 ` Andreas Gruenbacher
2016-06-13 15:46                   ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.