about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/vsftpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/vsftpd.nix')
-rw-r--r--nixpkgs/nixos/tests/vsftpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/vsftpd.nix b/nixpkgs/nixos/tests/vsftpd.nix
index 4bea27f0eb10..6eaf32b22583 100644
--- a/nixpkgs/nixos/tests/vsftpd.nix
+++ b/nixpkgs/nixos/tests/vsftpd.nix
@@ -29,7 +29,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
   testScript = ''
     client.start()
     server.wait_for_unit("vsftpd")
-    server.wait_for_open_port("21")
+    server.wait_for_open_port(21)
 
     client.succeed("curl -u ftp-test-user:ftp-test-password ftp://server")
     client.succeed('echo "this is a test" > /tmp/test.file.up')