Skip to content

Commit

Permalink
ci_setup_test.sh: add dosemu2 user/group
Browse files Browse the repository at this point in the history
TAP helper needs that.
  • Loading branch information
stsp committed Nov 15, 2024
1 parent 1006a27 commit c71641a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci_setup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fi
sudo cp test/dosemu_tap_interface.sh /bin/.
sudo chown root.root /bin/dosemu_tap_interface.sh
sudo chmod 755 /bin/dosemu_tap_interface.sh
sudo useradd --system dosemu2 --shell /sbin/nologin --home-dir /nonexistent

# Install the extra packages needed to run the test suite
sudo add-apt-repository -y ppa:dosemu2/ppa
Expand Down

0 comments on commit c71641a

Please sign in to comment.