Skip to content

Commit

Permalink
Make apt-get test to apt
Browse files Browse the repository at this point in the history
  • Loading branch information
cvengler committed Oct 14, 2019
1 parent 8371e22 commit bc31816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apt-get.bash → test/apt.bash
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit bc31816

Please sign in to comment.