Linux Container Development
 help / color / mirror / Atom feed
* [PATCH 01/10] cr_tests: Fix quote ordering typo in common.sh
@ 2010-03-15 23:00 Matt Helsley
       [not found] ` <69be886209c375c99b00b0745c1b0efdf334dcc3.1268694050.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 18+ messages in thread
From: Matt Helsley @ 2010-03-15 23:00 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: Linux Containers

Signed-off-by: Matt Helsley <matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 common.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common.sh b/common.sh
index 28b87f1..dd230d0 100644
--- a/common.sh
+++ b/common.sh
@@ -7,7 +7,7 @@ verify_freezer()
 		echo "  mount -t cgroup -o freezer freezer /cgroup"
 		exit 1
 	fi
-	freezermountpoint=`echo $line | awk '{ print $2 '}`
+	freezermountpoint=`echo $line | awk '{ print $2 }'`
 	freezerdir=`mktemp -p $freezermountpoint -d` || \
 		(echo "mktemp for freezer failed"; exit 1)
 	export freezerdir="$freezerdir"
-- 
1.6.3.3

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

end of thread, other threads:[~2010-03-16 14:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 23:00 [PATCH 01/10] cr_tests: Fix quote ordering typo in common.sh Matt Helsley
     [not found] ` <69be886209c375c99b00b0745c1b0efdf334dcc3.1268694050.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-03-15 23:00   ` [PATCH 02/10] cr_tests: fileio: Fix do_child(i) call Matt Helsley
     [not found]     ` <39d445e0d6bb5b1420daf672aa48ebabf8648ffe.1268694050.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-03-15 23:32       ` Nathan Lynch
     [not found]         ` <1268695929.4397.134.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2010-03-16  6:04           ` Matt Helsley
     [not found]             ` <20100316060410.GD3037-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org>
2010-03-16  6:51               ` [PATCH 11/10] cr_tests: fileio: Add missing voids Matt Helsley
2010-03-16  6:48           ` [PATCH 02/10] cr_tests: fileio: Fix do_child(i) call Matt Helsley
2010-03-15 23:00   ` [PATCH 03/10] cr_tests: libcrtest: Check for NULL checkpoint labels Matt Helsley
2010-03-15 23:01   ` [PATCH 04/10] cr_tests: Add dry-run Matt Helsley
     [not found]     ` <15d3e6bcb9a476add53b72998b45dd62a529871d.1268694050.git.matthltc-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-03-15 23:32       ` Nathan Lynch
     [not found]         ` <1268695941.4397.135.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2010-03-16  6:25           ` Matt Helsley
2010-03-16  6:54           ` Matt Helsley
2010-03-15 23:01   ` [PATCH 05/10] cr_tests: Factor out close_all_fds() Matt Helsley
2010-03-15 23:01   ` [PATCH 06/10] cr_tests: Factor log() and log_error() Matt Helsley
2010-03-15 23:01   ` [PATCH 07/10] cr_tests: eventfd: run.sh: Remove checkpoint-ready Matt Helsley
2010-03-15 23:01   ` [PATCH 08/10] cr_tests: eventfd: rw: Fixup cgroup path sent to move_to_cgroup Matt Helsley
2010-03-15 23:01   ` [PATCH 09/10] cr_tests: eventfd: Entirely new eventfd testcase Matt Helsley
2010-03-15 23:01   ` [PATCH 10/10] cr_tests: eventfd: Run eventfd from runall.sh Matt Helsley
2010-03-16 14:13   ` [PATCH 01/10] cr_tests: Fix quote ordering typo in common.sh Serge E. Hallyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox