All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] memcg_stat_test.sh: Add missing dot in cd command
@ 2021-02-22  2:32 Feiyu Zhu
  2021-02-22  2:52 ` Li Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Feiyu Zhu @ 2021-02-22  2:32 UTC (permalink / raw)
  To: ltp

Signed-off-by: Feiyu Zhu <zhufy.jy@cn.fujitsu.com>
---
 testcases/kernel/controllers/memcg/functional/memcg_stat_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcases/kernel/controllers/memcg/functional/memcg_stat_test.sh b/testcases/kernel/controllers/memcg/functional/memcg_stat_test.sh
index 3a62391..f531f87 100755
--- a/testcases/kernel/controllers/memcg/functional/memcg_stat_test.sh
+++ b/testcases/kernel/controllers/memcg/functional/memcg_stat_test.sh
@@ -109,7 +109,7 @@ test8()
 	cd subgroup
 	check_mem_stat "hierarchical_memsw_limit" $((PAGESIZE*2))
 
-	cd .
+	cd ..
 	rmdir subgroup
 }
 
-- 
1.8.3.1




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

* [LTP] [PATCH] memcg_stat_test.sh: Add missing dot in cd command
  2021-02-22  2:32 [LTP] [PATCH] memcg_stat_test.sh: Add missing dot in cd command Feiyu Zhu
@ 2021-02-22  2:52 ` Li Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Wang @ 2021-02-22  2:52 UTC (permalink / raw)
  To: ltp

Patch applied, thanks.

-- 
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20210222/0b777a4a/attachment.htm>

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

end of thread, other threads:[~2021-02-22  2:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22  2:32 [LTP] [PATCH] memcg_stat_test.sh: Add missing dot in cd command Feiyu Zhu
2021-02-22  2:52 ` Li Wang

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.