Explorar o código

CTS: fix shell script variable name

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Angus Salkeld %!s(int64=14) %!d(string=hai) anos
pai
achega
1331c43075
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cts/agents/mem_leak_test.sh

+ 1 - 1
cts/agents/mem_leak_test.sh

@@ -40,7 +40,7 @@ _object_test_()
 
     find $f | sed "s|\.|_|g" | sed "s|/|.|g" | while read l
     do 
-      echo $l.count u32 $count >> $temp_file
+      echo $l.count u64 $COUNT >> $temp_file
       let COUNT="$COUNT+1"
     done