remove noop line

This commit is contained in:
ibizaman 2025-02-12 00:56:06 +01:00 committed by Pierre Penninckx
parent 0bf61f368e
commit 78f7cc5748
6 changed files with 0 additions and 12 deletions

View file

@ -97,8 +97,6 @@ let
];
};
nodes.client = {};
testScript = (commonTestScript appname cfgPathFn).access;
};

View file

@ -95,8 +95,6 @@ in
];
};
nodes.client = {};
testScript = commonTestScript;
};

View file

@ -160,8 +160,6 @@ in
];
};
nodes.client = {};
testScript = commonTestScript.access;
};

View file

@ -79,8 +79,6 @@ in
];
};
nodes.client = {};
testScript = commonTestScript.access;
};

View file

@ -76,8 +76,6 @@ in
];
};
nodes.client = {};
testScript = commonTestScript.access;
};

View file

@ -156,8 +156,6 @@ in
];
};
nodes.client = {};
testScript = commonTestScript.access;
};