diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-21 05:08:55 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-21 05:08:55 +0530 |
commit | 090eaac91881b3cff50369fa0b1d53dcd5167fe6 (patch) | |
tree | 25ba7007d83f31093a4969f29253ba176a112790 /run_unittests.py | |
parent | b7c70c47a6473ee81b744b37da5a9f16b69d57a1 (diff) | |
download | meson-090eaac91881b3cff50369fa0b1d53dcd5167fe6.zip meson-090eaac91881b3cff50369fa0b1d53dcd5167fe6.tar.gz meson-090eaac91881b3cff50369fa0b1d53dcd5167fe6.tar.bz2 |
unit tests: Remove an unused variable
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index 7c2ae05..5bded17 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -5939,7 +5939,6 @@ class LinuxlikeTests(BasePlatformTests): ''' testdir = os.path.join(self.common_test_dir, testdir) subdir = os.path.join(testdir, subdir_path) - curdir = os.getcwd() with chdir(subdir): # Can't distribute broken symlinks in the source tree because it breaks # the creation of zipapps. Create it dynamically and run the test by |