From 6c6a9686093b22120d6c7841eaefc1cd748a1913 Mon Sep 17 00:00:00 2001 From: Karanbir Singh Date: Jul 22 2012 14:56:57 +0000 Subject: the lzo test needs a bit more attention --- diff --git a/tests/p_0lzo/0-install_lzo.sh b/tests/p_0lzo/0-install_lzo.sh deleted file mode 100755 index d91ca7b..0000000 --- a/tests/p_0lzo/0-install_lzo.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Author: Vivek Dubey -# Akshay Karle - -t_InstallPackage lzop diff --git a/tests/p_0lzo/abc b/tests/p_0lzo/abc deleted file mode 100644 index 1aad27d..0000000 --- a/tests/p_0lzo/abc +++ /dev/null @@ -1 +0,0 @@ -blahblahblah diff --git a/tests/p_0lzo/foo b/tests/p_0lzo/foo deleted file mode 100644 index 1aad27d..0000000 --- a/tests/p_0lzo/foo +++ /dev/null @@ -1 +0,0 @@ -blahblahblah diff --git a/tests/p_0lzo/foo.lzo b/tests/p_0lzo/foo.lzo deleted file mode 100644 index 0cf13d8..0000000 Binary files a/tests/p_0lzo/foo.lzo and /dev/null differ diff --git a/tests/p_0lzo/test_lzo.sh b/tests/p_0lzo/test_lzo.sh deleted file mode 100644 index e9614a8..0000000 --- a/tests/p_0lzo/test_lzo.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# Author: Vivek Dubey -# Akshay Karle - -echo 'blahblahblah' > /tmp/foo - -lzop -9v /tmp/foo -o /tmp/foo.lzo - -lzop -d /tmp/foo.lzo -o /tmp/abc - -rm -f /tmp/foo -rm -f /tmp/foo.lzo -rm -f /tmp/abc -t_CheckExitStatus $? diff --git a/tests_incomplete/p_0lzo/0-install_lzo.sh b/tests_incomplete/p_0lzo/0-install_lzo.sh new file mode 100755 index 0000000..d91ca7b --- /dev/null +++ b/tests_incomplete/p_0lzo/0-install_lzo.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# Author: Vivek Dubey +# Akshay Karle + +t_InstallPackage lzop diff --git a/tests_incomplete/p_0lzo/foo b/tests_incomplete/p_0lzo/foo new file mode 100644 index 0000000..1aad27d --- /dev/null +++ b/tests_incomplete/p_0lzo/foo @@ -0,0 +1 @@ +blahblahblah diff --git a/tests_incomplete/p_0lzo/foo.lzo b/tests_incomplete/p_0lzo/foo.lzo new file mode 100644 index 0000000..0cf13d8 Binary files /dev/null and b/tests_incomplete/p_0lzo/foo.lzo differ diff --git a/tests_incomplete/p_0lzo/test_lzo.sh b/tests_incomplete/p_0lzo/test_lzo.sh new file mode 100644 index 0000000..e9614a8 --- /dev/null +++ b/tests_incomplete/p_0lzo/test_lzo.sh @@ -0,0 +1,14 @@ +#!/bin/sh +# Author: Vivek Dubey +# Akshay Karle + +echo 'blahblahblah' > /tmp/foo + +lzop -9v /tmp/foo -o /tmp/foo.lzo + +lzop -d /tmp/foo.lzo -o /tmp/abc + +rm -f /tmp/foo +rm -f /tmp/foo.lzo +rm -f /tmp/abc +t_CheckExitStatus $?