* [LTP] [PATCH] fs/ext4-inode-version: remove "./" before "ext4_get_inode_version.sh" in ext4_test_inode_version.c
@ 2014-09-26 9:36 Zorro Lang
2014-09-29 15:20 ` chrubis
0 siblings, 1 reply; 3+ messages in thread
From: Zorro Lang @ 2014-09-26 9:36 UTC (permalink / raw)
To: ltp-list
when I test with ext4-inode-version, I always get "sh ./ext4_get_inode_version.sh: No such file".
Then I removed "./" of "ext4_get_inode_version.sh" in ext4_test_inode_version.c, everything
goes well.
Signed-off-by: Zorro Lang <zlang@redhat.com>
---
Hi,
As I said above. I don't know why the case want to use "./ext4_get_inode_version.sh", I just tried to
remove "./", and run pass. Please review it.
Thank you,
Zorro Lang
.../fs/ext4-new-features/ext4-inode-version/ext4_test_inode_version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_test_inode_version.c b/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_test_inode_version.c
index 168f5ce..533f694 100644
--- a/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_test_inode_version.c
+++ b/testcases/kernel/fs/ext4-new-features/ext4-inode-version/ext4_test_inode_version.c
@@ -41,7 +41,7 @@ int get_inode_version(void)
{
char buf[1024];
- sprintf(buf, "./ext4_get_inode_version.sh %s 1", filename);
+ sprintf(buf, "ext4_get_inode_version.sh %s 1", filename);
/* sync before run debugfs to get inode version */
sync();
--
1.9.3
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-29 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-26 9:36 [LTP] [PATCH] fs/ext4-inode-version: remove "./" before "ext4_get_inode_version.sh" in ext4_test_inode_version.c Zorro Lang
2014-09-29 15:20 ` chrubis
[not found] ` <54298282.30900@redhat.com>
2014-09-29 16:11 ` chrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox