VirtualBox

Changeset 53244 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 5, 2014 5:18:51 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96795
Message:

Testing something requires test(1).

Location:
trunk/src/VBox/HostDrivers/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/win/load.sh

    r53184 r53244  
    6666# Invoke the installer.
    6767#
    68 if "$1" != "-u" -a "$1" != "--uninstall"; then
     68if test "$1" != "-u" -a "$1" != "--uninstall"; then
    6969    for inst in SUPInstall.exe;
    7070    do
  • trunk/src/VBox/HostDrivers/win/loadall.sh

    r53184 r53244  
    6666# Invoke the installers.
    6767#
    68 if "$1" != "-u" -a "$1" != "--uninstall"; then
     68if test "$1" != "-u" -a "$1" != "--uninstall"; then
    6969    for inst in SUPInstall.exe USBInstall.exe NetFltInstall.exe ; #NetAdpInstall.exe; - busted
    7070    do
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette