From bc31816b2470749ac65b6209268c3be1eedfaddb Mon Sep 17 00:00:00 2001 From: Emil Engler Date: Mon, 14 Oct 2019 07:11:17 +0200 Subject: [PATCH] Make apt-get test to apt --- test/{apt-get.bash => apt.bash} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{apt-get.bash => apt.bash} (86%) diff --git a/test/apt-get.bash b/test/apt.bash similarity index 86% rename from test/apt-get.bash rename to test/apt.bash index c535c81..0111338 100644 --- a/test/apt-get.bash +++ b/test/apt.bash @@ -1,4 +1,4 @@ #!/bin/bash mkdir -p /etc/sysget -echo "apt-get" > /etc/sysget/sysget +echo "apt" > /etc/sysget/sysget sysget search hello && sysget install hello && sysget upgrade hello && sysget remove hello && sysget update && sysget upgrade && sysget autoremove && sysget clean && echo "Test passed successfully" \ No newline at end of file