Travis: Added a temporary test for travis

This commit is contained in:
Dylan Araps 2017-01-06 21:29:35 +11:00
parent c1b320de32
commit adfce4efbd

View file

@ -1642,6 +1642,10 @@ get_disk() {
# Append '(disk mount point)' to the subtitle.
prin "${subtitle} (${disk_info[5]})" "$disk"
done
# Temporary test for mac OS.
df -h "${disk_show[@]:-/}"
exit
}
get_battery() {